home *** CD-ROM | disk | FTP | other *** search
/ PC-Blue - MS DOS Public Domain Library / PC-Blue MS-DOS Public Domain Library - NYACC.iso / vol045 / help06 < prev    next >
Encoding:
Text File  |  1987-01-11  |  7.9 KB  |  180 lines

  1.  
  2. ================= File Subsystem Extra HELP ====================
  3.  
  4. The filing subsystem permits you to move files between your
  5. system and this RBBS-PC. Downloading refers to moving files from
  6. this RBBS to your computer, and uploading is moving files from
  7. your computer to this RBBS.
  8.  
  9. The transfer of data can either be done in ASCII or using a
  10. protocol referred to as XMODEM.  The XMODEM protocol is
  11. common to CP/M based systems as was originally developed by
  12. Ward Christensen. The protocol is also contained in PC-TALK.III.
  13. More on this later.
  14.  
  15. To list the names of the files that are available on the disks
  16. for downloading to your system, the <L>ist command should be
  17. entered at the Files Menu.  The full names of the files will be
  18. listed along with a short description of each file.  Usually
  19. there is a document file that accompanies most of the program
  20. items on the system.  These document files usually have an
  21. extension of DOC or TXT.
  22.  
  23.  
  24. ASCII DATA CAPTURE
  25.  
  26. The transfer of files in ASCII mode can be done if your system
  27. is capable of data capture. To download a file using the ASCII
  28. method, follow the sequence of steps listed below.
  29.  
  30. 1.  List the files available for download using the
  31.     L)ist command and either capture the list to your
  32.     printer or write down the exact names of the files you
  33.     want to receive.
  34.  
  35. 2.  After returning to the Files Menu, select D)ownload.
  36.  
  37. 3.  When RBBS-PC asks for the filename you wish to select,
  38.     input the exact filename including a period between the
  39.     filename and extension.
  40.  
  41. 4.  When RBBS-PC asks for the type of download you want, input
  42.     A for A)scii method.
  43.  
  44. 5.  When the RBBS-PC tells you to open your capture file and
  45.     enter a carriage return to start the download, you
  46.     should do so.  (Opening your capture file is done by
  47.     using the Alt-R command in PC-TALK.) After setting up to
  48.     receive the file on your end, you have to send RBBS-PC
  49.     one carriage return so that it knows you are ready to
  50.     start.
  51.  
  52. 6.  The file will be sent a line at a time until the
  53.     entire file is sent.  You will see the lines of ASCII
  54.     code (readable text and numbers) on your screen as they
  55.     flow to your system.  If you wish to suspend the
  56.     transmission temporarily, your system should send
  57.     RBBS-PC a Ctrl-S (XOFF). A Ctrl-Q (XON) will restart
  58.     the temporarily halted transfer.  A Ctrl-X (ASCII CAN)
  59.     can be sent anytime to abort the transmission of the
  60.     data; because of the output buffering performed
  61.     automatically by RBBS-PC, there may be up to 120
  62.     characters transmitted before the output stops.
  63.  
  64. 7.  When the file transfer is finished, RBBS-PC will
  65.     send you an End Of File Marker (Ctrl-Z) followed by 5
  66.     bells.  You should close your capture file (PC-TALK
  67.     Alt-R) as soon as you hear the bells or you will get
  68.     garbage at the bottom of the file. If you go away for a
  69.     cup of coffee and end up getting the 'end of file' sign
  70.     attached to the bottom of the capture file, you can
  71.     delete it from the file later using a text editor.
  72.  
  73. 8.  After the file transfer is complete you will be
  74.     returned to the File Menu.  You should look at the
  75.     capture file at this point to be sure you got it ok.
  76.     (Use the PC-TALK Alt-V command to do this.)  Do not list
  77.     the entire file unless it is short; RBBS-PC will give
  78.     you 3 minutes to remain off-line before it assumes you
  79.     have left for the day and recycles, dropping you off
  80.     line.
  81.  
  82.  
  83. XMODEM FILE TRANSFER
  84.  
  85. If you have implemented XMODEM on your system, files with
  86. EXE and COM extensions and tokenized BASIC files can be moved
  87. to your system.  Files containing the IBM PC special ASCII
  88. characters (ones with ASCII values above 128) can also be
  89. transferred with XMODEM -- this includes Wordstar files.  These
  90. files cannot be transferred in ASCII mode since ASCII transfer is
  91. only 7 bit and these types of files require the full 8 bit
  92. transfer of the data with no translation of the contents of the
  93. file.
  94.  
  95. XMODEM also offers the advantage of a block check to assure
  96. that the data sent contains no errors.  It does this by adding a
  97. checksum byte to the end of each block of data; the receiver
  98. calculates its own checksum and compares it to the one received.
  99. If an error is detected in the transmission, XMODEM will request
  100. that RBBS-PC retransmit the block of data.
  101.  
  102. To perform an XMODEM file download, follow the instructions shown
  103. above for ASCII DATA CAPTURE, but select X)modem instead of
  104. A)scii when RBBS-PC asks what file download type you want (step
  105. 4 above). The XMODEM file transfer steps are as follows:
  106.  
  107. 5.  If you called in using EVEN parity the RBBS-PC will
  108.     tell you to switch to NO parity and 8 data bits. If you
  109.     called in using 8 data bits the system will not give you
  110.     this message. You should then open your capture file
  111.     (PC-TALK.III Alt-R command) and start the XMODEM receive
  112.     process.  PC-TALK.III starts XMODEM for you when you put
  113.     '=X' at the end of the download filename.
  114.  
  115. 6.  The file will be transferred automatically by XMODEM
  116.     until the entire file has been transferred. You may
  117.     abnormally abort the transfer by sending RBBS-PC an
  118.     ASCII CAN code (Ctrl-X). PC-TALK.III will do this for
  119.     you if you enter an Alt-R during the file transfer.
  120.  
  121. 7.  When the file transfer is finished, XMODEM automatically
  122.     closes your capture file for you. XMODEM also ensures
  123.     that no garbage gets into your file; binary files and
  124.     text files are just as they were sent to you with 99.6%
  125.     error free transmission.  Wordstar files should transfer
  126.     without extra hard carriage returns being added.
  127.  
  128. 8.  XMODEM transferred files cannot be listed on your
  129.     monitor unless they are actually ASCII files. Binary
  130.     files will appear as symbols rather than human readable
  131.     text. You will have to test these files after you exit
  132.     your communications program.
  133.  
  134.  
  135. FILE UPLOADING
  136.  
  137. File uploading to the RBBS-PC is very similar to downloading.
  138. After you have downloaded a few files, you might want to send me
  139. one of your favorite programs or files just to test your ability
  140. to upload.
  141.  
  142. Uploading of ASCII files can be done without interruption between
  143. lines.  This system can handle data uploading at 300 baud without
  144. any problem.  If the transfer is done at 1200 baud, however,
  145. there may be a data overrun if the file is over 20K.  If the
  146. system falls behind during a file upload operation, it will
  147. send an XOFF (Ctrl-S) to your system.  If your system supports
  148. XON/OFF file transfer speed-matching, data transmission will be
  149. suspended until an XON (Ctrl-Q) is sent to you, indicating
  150. RBBS-PC is ready to accept data again.
  151.  
  152. When uploading files, please convert BASIC programs to ASCII
  153. before transferring them so callers without XMODEM can download
  154. them.  To do this, use the file save command format listed below.
  155.  
  156.                       SAVE"filename.ext",A
  157.  
  158.  
  159. Before sending me a file be sure I have enough disk space to take
  160. the file. When you ask for U)pload at the File menu, the system
  161. will tell you how much disk space is free on the upload drive.
  162. If this system runs out of disk space during an upload function,
  163. it will issue a cancel request.  This will be in the form of a
  164. data stream of one or more ASCII CAN (Ctrl-X) characters.  Your
  165. system will abort transmission if it supports XON/OFF file
  166. transfer speed-matching protocol. If your system does not support
  167. XON/OFF, the data overflow will be lost and the RBBS-PC will
  168. recycle, dropping you off line.
  169.  
  170.  
  171. UPLOAD GROUND RULES
  172.  
  173. You are encouraged to donate programs to the library on this
  174. system.  Any type of program or document is welcome, however,
  175. a few ground rules are in order.  The files donated must contain
  176. only information that is in the public domain.  No private
  177. or commercial information should be placed on this system.  The
  178. SYSOP is not responsible for any of the data that is shared on
  179. this system.
  180.